<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";

/* CSS Document */



/*导航开始*/

.nav{ background:#d00102; height:52px; width:100%;}

.menu {font-family: arial, sans-serif;  width:1200px; height:52px; position:relative; margin:0 auto; }

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:150px; height:52px; text-align:center; color:#fff;   line-height:52px;  overflow:hidden;  font-size:16px;}



.menu ul {padding:0; margin:0;list-style-type: none;}

.menu ul li {float:left; position:relative;line-height:52px; padding:0 0px;}

.menu ul li ul {display: none;}

/* specific to non IE browsers */

.menu ul li:hover a { width:150px; height:52px; color:#feea10;}/********导航背景变色 ******/

.menu ul li:hover ul {display:block; position:absolute;  left:0; width:85px;}

.menu ul li:hover ul li {}

.jg{ width:2px !important; background:url(../images/index_06.jpg) no-repeat; height:52px; padding:0px !important;}

.menu ul li:hover ul li a {display:block; background:#8f0001; color:#fff;line-height:24px; height:24px;border-top:#dddddd 1px solid; font-size:12px; font-weight:normal; }/******子栏目 背景*********/

.menu ul li:hover ul li a:hover { font-weight:bold;line-height:24px; }/******子栏目 背景变色*********/

.menu img{ display:block;}

#bt{background:url(../images/dh.jpg) no-repeat; width:90px; height:34px;}

/*导航结束*/

</pre></body></html>